x86: shuffle use of __attribute__((packed))
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 14 Mar 2014 08:44:40 +0000 (09:44 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 14 Mar 2014 08:44:40 +0000 (09:44 +0100)
commit4e5d6d05967aca80cfc2f2a87f489e25ec53917c
treed272923701d090e73956f9e6809a22d72e68ee38
parentb683d68c3860c90e32e594e510ee011e3d758d52
x86: shuffle use of __attribute__((packed))

This is almost all manual shuffling of __attribute__((packed)) statements to
__packed at the head of the structure.

The only different change is in tboot.h, removing some now-redundant ifdefs.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
19 files changed:
xen/arch/x86/bzimage.c
xen/arch/x86/cpu/mcheck/mce-apei.c
xen/arch/x86/dmi_scan.c
xen/arch/x86/microcode_amd.c
xen/arch/x86/mm/shadow/multi.c
xen/arch/x86/oprofile/backtrace.c
xen/arch/x86/trace.c
xen/include/asm-x86/apicdef.h
xen/include/asm-x86/desc.h
xen/include/asm-x86/e820.h
xen/include/asm-x86/edd.h
xen/include/asm-x86/hvm/svm/vmcb.h
xen/include/asm-x86/hvm/vmx/vmx.h
xen/include/asm-x86/i387.h
xen/include/asm-x86/io_apic.h
xen/include/asm-x86/msi.h
xen/include/asm-x86/processor.h
xen/include/asm-x86/tboot.h
xen/include/asm-x86/xstate.h